home *** CD-ROM | disk | FTP | other *** search
- global xxOldMenus, xxNumOldMenus
- put "" into xxOldMenus
- put the number of menus into xxNumOldMenus
- put the name of menu 3 into line (the number of lines in xxoldmenus) + 1 of xxoldMenus
- repeat with x = 1 to the number of lines in xxoldMenus
- put line x of xxoldmenus into themenu
- if there is a menu themenu then
- repeat with y = 1 to the number of menuitems in menu themenu
- put the name of menuitem y of menu themenu into item y+1 of line x of xxoldMenus
- end repeat
- end if
- end repeat